home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / Printer Drivers / LW 8 v1.0.1 / LaserWriter 8.0 Disk 2 / Printing Tools / Printer Descriptions / LaserWriter II NTX < prev    next >
Encoding:
PostScript Printer Description  |  1993-04-30  |  11.1 KB  |  336 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *FormatVersion: "4.0"
  4. *FileVersion: "3.4"
  5. *PCFileName: "LWNTX470.PPD"
  6. *LanguageVersion: English
  7. *Product: "(LaserWriter II NTX)"
  8. *PSVersion: "(47.0) 1"
  9. *ModelName: "Apple LaserWriter II NTX"
  10. *NickName: "Apple LaserWriter II NTX v47.0"
  11.  
  12. *% General Information and Defaults ===============
  13. *ColorDevice: False
  14. *DefaultColorSpace: Gray
  15. *FreeVM: "434204"
  16. *LanguageLevel: "1"
  17. *VariablePaperSize: False
  18. *FileSystem: True
  19. *?FileSystem: "
  20. save
  21.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  22. restore
  23. "
  24. *End
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {dup mul exch dup mul add 1.0 exch sub }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter/US Letter: "statusdict /lettertray get exec"
  99. *PageSize Legal/US Legal: "statusdict /legaltray get exec"
  100. *PageSize A4: "statusdict /a4tray get exec"
  101. *PageSize B5: "statusdict /b5tray get exec"
  102. *PageSize LetterSmall/US Letter: "statusdict /lettertray get exec lettersmall"
  103. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  104. *PageSize LegalSmall/US Legal: "legal"
  105. *PageSize Monarch/Monarch Envelope Center Fed: "statusdict /lettertray get exec"
  106. *PageSize Com10/Com10 Envelope Center Fed: "statusdict /lettertray get exec"
  107. *?PageSize: "
  108. save
  109.   [(Letter)(Legal)] statusdict /pagetype get exec
  110.   {get} stopped { pop pop (Unknown)} if = flush
  111. restore
  112. "
  113. *End
  114. *CloseUI: *PageSize
  115.  
  116. *% These entries will set up the frame buffer. Usually used with manual feed.
  117. *OpenUI *PageRegion: PickOne
  118. *OrderDependency: 40 AnySetup *PageRegion
  119. *DefaultPageRegion: Letter
  120. *PageRegion Letter/US Letter: "letter"
  121. *PageRegion Legal/US Legal: "legal"
  122. *PageRegion A4: "a4"
  123. *PageRegion B5: "b5"
  124. *PageRegion LetterSmall/US Letter: "lettersmall"
  125. *PageRegion A4Small: "a4small"
  126. *PageRegion LegalSmall/US Legal: "legal"
  127. *PageRegion Monarch/Monarch Envelope Center Fed: "letter"
  128. *PageRegion Com10/Com10 Envelope Center Fed: "letter"
  129. *CloseUI: *PageRegion
  130.  
  131. *% The following entries provide information about specific paper keywords.
  132. *DefaultImageableArea: Letter
  133. *ImageableArea Letter/US Letter: "15 8 597 784 "
  134. *ImageableArea Legal/US Legal: "15 8 597 1000 "
  135. *ImageableArea A4: "13 10 577 832 "
  136. *ImageableArea B5: "21 10 500 715 "
  137. *ImageableArea LetterSmall/US Letter: "31 31 583 761 "
  138. *ImageableArea A4Small: "29 31 567 812 "
  139. *ImageableArea LegalSmall/US Legal: "64 54 548 954 "
  140. *ImageableArea Monarch/Monarch Envelope Center Fed: "178.5 269 433.5 773 "
  141. *ImageableArea Com10/Com10 Envelope Center Fed: "169.5 125 442.5 773 "
  142. *?ImageableArea: "
  143. save
  144.   /cvp {(                ) cvs print ( ) print } bind def
  145.   /upperright {10000 mul floor 10000 div} bind def
  146.   /lowerleft {10000 mul ceiling 10000 div} bind def
  147.   newpath clippath pathbbox
  148.   4 -2 roll exch 2 {lowerleft cvp} repeat
  149.   exch 2 {upperright cvp} repeat flush
  150.  restore
  151. "
  152. *End
  153.  
  154. *% These provide the physical dimensions of the paper (by keyword)
  155. *DefaultPaperDimension: Letter
  156. *PaperDimension Letter/US Letter: "612 792"
  157. *PaperDimension Legal/US Legal: "612 1008"
  158. *PaperDimension A4: "595 842"
  159. *PaperDimension B5: "516 729"
  160. *PaperDimension LetterSmall/US Letter: "612 792"
  161. *PaperDimension A4Small: "595 842"
  162. *PaperDimension LegalSmall/US Legal: "612 1008"
  163. *PaperDimension Monarch/Monarch Envelope Center Fed: "611 792"
  164. *PaperDimension Com10/Com10 Envelope Center Fed: "610 792"
  165.  
  166. *RequiresPageRegion All: True
  167. *OpenUI *InputSlot: PickOne
  168. *OrderDependency: 20 AnySetup *InputSlot
  169. *DefaultInputSlot: Cassette
  170. *InputSlot Cassette: ""
  171. *CloseUI: *InputSlot
  172.  
  173. *OpenUI *ManualFeed/Manual Feed: Boolean
  174. *OrderDependency: 20 AnySetup *ManualFeed
  175. *DefaultManualFeed: False
  176. *ManualFeed True: "statusdict /manualfeed true put"
  177. *ManualFeed False: "statusdict /manualfeed false put"
  178. *?ManualFeed: "
  179. save
  180.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *ManualFeed
  185.  
  186. *DefaultOutputOrder: Normal
  187.  
  188. *% Font Information =====================
  189. *DefaultFont: Courier
  190. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  191. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  192. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  193. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  194. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  195. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  196. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  197. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  198. *Font Courier: Standard "(001.004)" Standard ROM
  199. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  200. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  201. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  202. *Font Helvetica: Standard "(001.001)" Standard ROM
  203. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  204. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  205. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  206. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  207. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  208. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  209. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  210. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  211. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  212. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  213. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  214. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  215. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  216. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  217. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  218. *Font Symbol: Special "(001.001)" Special ROM
  219. *Font Times-Bold: Standard "(001.001)" Standard ROM
  220. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  221. *Font Times-Italic: Standard "(001.001)" Standard ROM
  222. *Font Times-Roman: Standard "(001.001)" Standard ROM
  223. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  224. *Font ZapfDingbats: Special "(001.000)" Special ROM
  225. *?FontQuery: "
  226. save
  227.  /str 100 string dup 0 (fonts/) putinterval def
  228.  {
  229.    count 1 gt
  230.    {
  231.      exch dup str 6 94 getinterval cvs
  232.      (/) print dup print (:) print exch
  233.      FontDirectory exch known
  234.      { pop (Yes) }
  235.       {
  236.         length 6 add str 0 3 -1 roll getinterval
  237.         mark exch status
  238.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  239.      } ifelse =
  240.    }
  241.    {exit} ifelse
  242.  }bind loop
  243.  (*) = flush
  244. restore
  245. "
  246. *End
  247.  
  248. *?FontList: "
  249. save
  250.   FontDirectory { pop == } bind forall flush
  251.   /filenameforall where
  252.   {
  253.     pop (fonts/*)
  254.     { dup length 6 sub 6 exch getinterval cvn == } bind
  255.     128 string filenameforall flush
  256.   } if
  257.   (*) = flush
  258. restore
  259. "
  260. *End
  261.  
  262. *% Printer Messages (verbatim from printer):
  263. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  264. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  265. *Message: "\FontName\ not found, using Courier"
  266.  
  267. *% Status (format: %%[ status: <one of these> ]%% )
  268. *Status: "idle"
  269. *Status: "busy"
  270. *Status: "waiting"
  271. *Status: "printing"
  272. *Status: "warming up"
  273. *Status: "PrinterError: timeout, clearing printer"
  274. *Status: "PrinterError: warming up"
  275. *Status: "PrinterError: service call"
  276. *Status: "PrinterError: paper entry misfeed"
  277. *Status: "PrinterError: no toner cartridge"
  278.  
  279. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  280. *Source: "serial9"
  281. *Source: "serial25"
  282. *Source: "AppleTalk"
  283.  
  284. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  285. *PrinterError: "timeout, clearing printer"
  286. *PrinterError: "warming up"
  287. *PrinterError: "service call"
  288. *PrinterError: "paper entry misfeed"
  289. *PrinterError: "no toner cartridge"
  290.  
  291. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  292.  
  293. *% Color Separation Information =====================
  294.  
  295. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  296.  
  297. *InkName: ProcessBlack/Process Black
  298. *InkName: CustomColor/Custom Color
  299. *InkName: ProcessCyan/Process Cyan
  300. *InkName: ProcessMagenta/Process Magenta
  301. *InkName: ProcessYellow/Process Yellow
  302.  
  303. *% For 60 lpi / 300 dpi =====================================================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  306. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  307. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  308. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  309. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316.  
  317. *% For 53 lpi / 300 dpi =====================================================
  318.  
  319. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  320. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  321. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  322. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  323. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  324.  
  325. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  326. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  327. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  328. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  329. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  330.  
  331. *% For "LaserWriter II NTX" version 47.0
  332. *% Produced by "GETapd.ps" version 2.0 edit 48
  333. *% Converted to meet 4.0 specification
  334. *% Last Edit Date: Apr 14 1993
  335. *% end of PPD file for LaserWriter II NTX
  336.